Click or drag to resize

JsonParseException Class

Inheritance Hierarchy
SystemObject
  SystemException
    Independentsoft.Json.ParserJsonParseException

Namespace:  Independentsoft.Json.Parser
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class JsonParseException : Exception

The JsonParseException type exposes the following members.

Constructors
  NameDescription
Public methodJsonParseException
Initializes a new instance of the JsonParseException class
Top
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top
Methods
Events
  NameDescription
Protected eventSerializeObjectState (Inherited from Exception.)
Top
See Also